LiveEventHandler

fun interface LiveEventHandler

A class that provides the onResult() to handle information about a liveEvent or an error from Sendbird server.

Since

1.0.0

Functions

Link copied to clipboard
abstract fun onResult(liveEvent: LiveEvent?, e: SendbirdException?)

A callback function that receives information about a liveEvent or an error from Sendbird server.